PortHasBasePort.SubGeometryShape Property
Gets the element playing SubPort domain role. Base geometry shape of this geometry shape.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property SubGeometryShape As GeometryShape
public override sealed GeometryShape SubGeometryShape { get; set; }
public:
virtual property GeometryShape^ SubGeometryShape {
GeometryShape^ get () override sealed;
void set (GeometryShape^ value) override sealed;
}
abstract SubGeometryShape : GeometryShape with get, set
override SubGeometryShape : GeometryShape with get, set
override final function get SubGeometryShape () : GeometryShape
override final function set SubGeometryShape (value : GeometryShape)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShape
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.