Sets the IfcRepresentationContext or IfcRepresentationSubContext handle to be used for 3D entities (Model entities).
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
C# |
---|
public void Set3DContextHandle(
IFCAnyHandle contextHandle,
string subContextName
) |
Visual Basic |
---|
Public Sub Set3DContextHandle ( _
contextHandle As IFCAnyHandle, _
subContextName As String _
) |
Visual C++ |
---|
public:
void Set3DContextHandle(
IFCAnyHandle^ contextHandle,
String^ subContextName
) |
Parameters
- contextHandle
- Type: Autodesk.Revit.DB.IFC..::..IFCAnyHandle
The IfcRepresentationContext for 3D entities.
- subContextName
- Type: System..::..String
The name of the IfcRepresentationSubContext, or the IfcRepresentationContext if the string is empty, for 3D entities.
Exceptions
See Also