Gets or sets the modified appurtenance plan layer name, with suffix or prefix (returns the same as AppurtenancePlanLayerName if there is no suffix or prefix)
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public string ModifiedAppurtenancePlanLayerName { get; } |
Visual Basic |
---|
Public ReadOnly Property ModifiedAppurtenancePlanLayerName As String
Get |
Visual C++ |
---|
public:
property String^ ModifiedAppurtenancePlanLayerName {
String^ get ();
} |
See Also