AcadMLeaderClassBlockConnectionType
Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.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
AcBlockConnectionType
Implements
IAcadMLeaderBlockConnectionType
 
See Also