CadMLeaderBlockContentConnectionType Property |
Gets or sets the type of the block content connection.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic short BlockContentConnectionType { get; set; }Public Property BlockContentConnectionType As Short
Get
Set
public:
property short BlockContentConnectionType {
short get ();
void set (short value);
}member BlockContentConnectionType : int16 with get, set
Property Value
Type:
Int16
The type of the block content connection.
See Also