GraphOverrideDraw Property |
Gets or sets whether this entity will be drawn in the graph.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual bool Draw { get; set; }
Public Overridable Property Draw As Boolean
Get
Set
public:
virtual property bool Draw {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also