ProfileViewSplitDataProfileViewStyleId Property |
Gets of sets the style of the profile view segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId ProfileViewStyleId { get; set; }Public Property ProfileViewStyleId As ObjectId
Get
Set
public:
property ObjectId ProfileViewStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the style id is invalid.
|
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.ProfileViewStyle
See Also