PressurePipeNetworkReferenceSurfaceName Property |
Gets or sets the reference surface name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic string ReferenceSurfaceName { get; set; }
Public Property ReferenceSurfaceName As String
Get
Set
public:
property String^ ReferenceSurfaceName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when no existing Surface matches the name.
|
See Also