CesiumCustomPropertiesAddCustomPropertyT Method |
Add a custom property.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddCustomProperty<T>(
string propertyName,
CesiumProperty<T> property
)
Public Sub AddCustomProperty(Of T) (
propertyName As String,
property As CesiumProperty(Of T)
)
public:
generic<typename T>
void AddCustomProperty(
String^ propertyName,
CesiumProperty<T>^ property
)
member AddCustomProperty :
propertyName : string *
property : CesiumProperty<'T> -> unit
Parameters
- propertyName
- Type: SystemString
The name of the custom property. This must be unique. - property
- Type: AGI.Foundation.Cesium.AdvancedCesiumPropertyT
The custom property.
Type Parameters
- T
- The type of the data.
Exceptions See Also