DatabaseCmlstyleID Property
|
Property that represents object identifier of
default style for new multi-line entities. This property
corresponds to the CMLSTYLE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId CmlstyleID { get; set; }
Public Property CmlstyleID As ObjectId
Get
Set
public:
property ObjectId CmlstyleID {
ObjectId get ();
void set (ObjectId value);
}
member CmlstyleID : ObjectId with get, set
Property Value
ObjectId
See Also