The name of the type of the handle.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
C# |
---|
public string TypeName { get; } |
Visual Basic |
---|
Public ReadOnly Property TypeName As String
Get |
Visual C++ |
---|
public:
property String^ TypeName {
String^ get ();
} |
See Also