PressurePartParamsBool Property |
Note: This API is now obsolete.
Gets the boolean parameters collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Useless property", true)]
public virtual ParamBoolCollection ParamsBool { get; }
<ObsoleteAttribute("Useless property", true)>
Public Overridable ReadOnly Property ParamsBool As ParamBoolCollection
Get
public:
[ObsoleteAttribute(L"Useless property", true)]
virtual property ParamBoolCollection^ ParamsBool {
ParamBoolCollection^ get ();
}
Property Value
ParamBoolCollection
See Also