PathGraphicsMaterialMode Property |
Gets or sets whether the material applies to the whole path or portions of the path.
If not specified, the default value is
Whole.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 26.3.426.0 (26.3.426.0)
Syntaxpublic CesiumProperty<CesiumPathMode> MaterialMode { get; set; }Public Property MaterialMode As CesiumProperty(Of CesiumPathMode)
Get
Set
public:
property CesiumProperty<CesiumPathMode>^ MaterialMode {
CesiumProperty<CesiumPathMode>^ get ();
void set (CesiumProperty<CesiumPathMode>^ value);
}member MaterialMode : CesiumProperty<CesiumPathMode> with get, set
Property Value
Type:
CesiumPropertyCesiumPathMode
See Also