Gets the list of arcs in the patch.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Arc[] ArcList { get; set; } |
Visual C++ |
---|
public:
property array<Arc^>^ ArcList {
array<Arc^>^ get ();
void set (array<Arc^>^ value);
} |
F# |
---|
member ArcList : Arc[] with get, set
|
See Also