Gets the parameters of a conical surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IConeParams As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim value As System.Double
value = instance.IConeParams |
C# | |
---|
System.double IConeParams {get;} |
C++/CLI | |
---|
property System.double IConeParams {
System.double get();
} |
Property Value
Array of doubles describing the parameters of a conical surface
Remarks
See Also