AcadMLeaderStyleClassBlockConnectionType Property
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual AcBlockConnectionType BlockConnectionType { get; set; }
Public Overridable Property BlockConnectionType As AcBlockConnectionType
Get
Set
public:
virtual property AcBlockConnectionType BlockConnectionType {
AcBlockConnectionType get ();
void set (AcBlockConnectionType value);
}
abstract BlockConnectionType : AcBlockConnectionType with get, set
override BlockConnectionType : AcBlockConnectionType with get, set
Property Value
Type:
AcBlockConnectionType
Implements
IAcadMLeaderStyleBlockConnectionType
See Also