XYLimDef Method

Description
Returns whether XYLim has been defined or not.

Syntax
Function XYLimDef () As Boolean

Return Value
True if XYLim is defined, False if not.

See Also
XYLim Method, XYLimClr Method

XYLimDef Example
VB Example:

Dim xyLimDefined As Boolean  
xyLimDefined = m_spel.XYLimDef()  

C# Example:

bool xyLimDefined;  
xyLimDefined = m_spel.XYLimDef();