CellBorderLinetype Property
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public Nullable<ObjectId> Linetype { get; set; }
 
Public Property Linetype As Nullable(Of ObjectId)
        Get
        Set
 
public:
property Nullable<ObjectId> Linetype {
        Nullable<ObjectId> get ();
        void set (Nullable<ObjectId> value);
}
 
member Linetype : Nullable<ObjectId> with get, set
 
 
 
Property Value
Type: 
NullableObjectId 
See Also