Click or drag to resize

ModelDiagramShapeTryGetContentType Method

Tries to get the content-type targeted by this shape. If the type is ContentType, returns a local content-type. If the type is LinkedContentType, returns the LinkedContentType of the referenced model. Other types returns null.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public IContentType TryGetContentType()

Return Value

Type: IContentType
See Also