GraphOverrideCollectionItemTypeClipGridAt Property |
Gets or sets which item controls the size of the graph view grid.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string ClipGridAt { get; set; }Public Property ClipGridAt As String
Get
Set
public:
property String^ ClipGridAt {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the item specified by the input name cannot be found.
|
See Also