PressureAppurtenanceStylePlanOptionViewOptions Property |
Gets or sets the enum value that specifies how the plan view of an appurtenance is displayed.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic PressureAppurtenancePlanViewType ViewOptions { get; set; }
Public Property ViewOptions As PressureAppurtenancePlanViewType
Get
Set
public:
property PressureAppurtenancePlanViewType ViewOptions {
PressureAppurtenancePlanViewType get ();
void set (PressureAppurtenancePlanViewType value);
}
Property Value
PressureAppurtenancePlanViewType
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when ViewOptions is set to UserCustomBlock but no symbol block is set.
|
See Also