StackedProfileViewsCreationOptionsBottomViewStyleId Property |
Specifies the styleId of the bottom ProfileViews.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId BottomViewStyleId { get; set; }Public Property BottomViewStyleId As ObjectId
Get
Set
public:
property ObjectId BottomViewStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when set to an invalid value.
|
See Also