RenderMaterial Property

Specifies the default render material in the pressure network.

Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyString RenderMaterial { get; }

Visual Basic

Public ReadOnly Property RenderMaterial As PropertyString
	Get

Visual C++

public:
property PropertyString^ RenderMaterial {
	PropertyString^ get ();
}

See Also