PovMappings Property

PPJoy

Gets a MappingCollection containing all the PovMappings contained in this MappingCollection.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PovMappings As MappingCollection
C#
public MappingCollection PovMappings { get; }
Visual C++
public:
property MappingCollection^ PovMappings {
	MappingCollection^ get ();
}

See Also