CustomMarker3DModel Members
Represents the custom 3D point marker model.Constructors
| Name | Description |
|---|---|
| CustomMarker3DModel() | Initializes a new instance of the CustomMarker3DModel class with the default settings. |
Fields
| Name | Description |
|---|---|
| LoadFromResourcesProperty static | Identifies the CustomMarker3DModel.LoadFromResources dependency property. |
| SourceProperty static | Identifies the CustomMarker3DModel.Source dependency property. |
Properties
| Name | Description |
|---|---|
| LoadFromResources | Specifies whether the custom model should be loaded from resources. This is a dependency property. |
| ModelName | Gets the name of the CustomMarker3DModel. |
| Source | Gets or sets the source of the CustomMarker3DModel. This is a dependency property. |
Methods
| Name | Description |
|---|---|
| GetPredefinedKinds() static | Returns the list of predefined models for 3D point markers. Inherited from Marker3DModel. |
See Also