DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsNewShape | Methods | Properties
Shape is newly created in memory and was not loaded from stored layer data.
// C# public Boolean IsNewShape { get {} }
' VisualBasic Public Property IsNewShape As Boolean Get End Get End Property
// Oxygene public property IsNewShape : Boolean read;
| Type |
|---|
| bool Boolean |
PURPOSE: Distinguish programmatically created shapes from shapes loaded from a file, database, or other vector layer source.
BEHAVIOR: Returns True for shapes created as new objects in the current editing session. Returns False for shapes that originate from existing persisted data.
CONSTRAINTS: Read-only. Set by the framework when the shape instance is created or loaded.