CadLayoutBlockTableRecordHandle Property |
Gets or sets the handle block table record.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic string BlockTableRecordHandle { get; set; }
Public Property BlockTableRecordHandle As String
Get
Set
public:
property String^ BlockTableRecordHandle {
String^ get ();
void set (String^ value);
}
member BlockTableRecordHandle : string with get, set
Property Value
Type:
String
The handle block table record.
See Also