GeometryConversionOperator.From Property
Gets or sets the type of geometries that should be converted.
Syntax
public GeometryType From { get; set; }
Property Value
Remarks
Platforms
Windows, Linux, Android
Gets or sets the type of geometries that should be converted.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public GeometryType From { get; set; }
In Python, from is a reserved word. To access this property you need to use getattr(op, "from") and setattr(op, "from", value).
Windows, Linux, Android
In this article
Gets or sets the type of geometries that should be converted.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public:
GeometryType from ( ) const;
void from ( GeometryType value )
In Python, from is a reserved word. To access this property you need to use getattr(op, "from") and setattr(op, "from", value).
Windows, Linux, Android
In this article
Gets or sets the type of geometries that should be converted.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public final GeometryType getFrom ( );
public final void setFrom ( GeometryType value );
In Python, from is a reserved word. To access this property you need to use getattr(op, "from") and setattr(op, "from", value).
Windows, Linux, Android
In this article
Gets or sets the type of geometries that should be converted.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
from
In Python, from is a reserved word. To access this property you need to use getattr(op, "from") and setattr(op, "from", value).
Windows, Linux, Android
In this article