ModelVisualStyleId Property
|
Property that represents object identifier of
a visual style for this Model object. By default, models are
displayed in the visual style assigned to the view.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId VisualStyleId { get; set; }
Public Property VisualStyleId As ObjectId
Get
Set
public:
property ObjectId VisualStyleId {
ObjectId get ();
void set (ObjectId value);
}
member VisualStyleId : ObjectId with get, set
Property Value
ObjectId
See Also