Share

Parcel Methods

The Parcel type exposes the following members.

Methods

 NameDescription
Public methodComputeFingerPrint Compute FingerPrint of the Entity.
(Inherited from Entity)
Public methodGetAvailableParcelAreaLabelIds Gets an ObjectIdCollection of the ParcelAreaLabels in a Parcel.
Public methodCode exampleGetReferenceInfo For Data Shortcut reference entity (IsReferenceObject == true), gets the entity's reference information.
(Inherited from Entity)
Public methodGetUDPValue(UDPBoolean) Gets the value the for the user-defined property with a boolean data type.
Public methodGetUDPValue(UDPDouble) Gets the value the for the user-defined property with a double data type.
Public methodGetUDPValue(UDPEnumeration) Gets the value the for the user-defined property with an enumeration data type.
Public methodGetUDPValue(UDPInteger) Gets the value the for the user-defined property with an integer data type.
Public methodGetUDPValue(UDPString) Gets the value the for the user-defined property with a string data type.
Public methodResetAreaSelectionLabel Resets the parcel area selection label to its defaults.
Public methodSetUDPValue(UDPBoolean, Boolean) Sets the value the for the user-defined property with a boolean data type.
Public methodSetUDPValue(UDPDouble, Double) Sets the value the for the user-defined property with a double data type.
Public methodSetUDPValue(UDPEnumeration, String) Sets the value the for the user-defined property with an enumeration data type.
Public methodSetUDPValue(UDPInteger, Int32) Sets the value the for the user-defined property with an integer data type.
Public methodSetUDPValue(UDPString, String) Sets the value the for the user-defined property with a string data type.

See Also

Reference

Was this information helpful?