Gets or sets which profile controls the size of the profile view grid.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public string ClipGridAt { get; set; } |
Visual Basic |
---|
Public Property ClipGridAt As String
Get
Set |
Visual C++ |
---|
public:
property String^ ClipGridAt {
String^ get ();
void set (String^ value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the input profile name cannot be found in the collection.
|
See Also