Gets the list of segments.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public List<PatchPart> PartList { get; set; }
Visual C++
public:
property List<PatchPart^>^ PartList {
	List<PatchPart^>^ get ();
	void set (List<PatchPart^>^ value);
}
F#
member PartList : List<PatchPart> with get, set

See Also