SectionViewProfileGradePointMarkerStyleId Property |
Gets or Sets the marker style Id of profile grade point in the section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId MarkerStyleId { get; set; }Public Property MarkerStyleId As ObjectId
Get
Set
public:
property ObjectId MarkerStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the markerStyleId is invalid.
|
See Also