Share

PressurePartSize.IsValid Property

Returns if the part size is available in the catalog



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsValid { get; }

VB

Public ReadOnly Property IsValid As Boolean
	Get

C++

public:
property bool IsValid {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?